home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / snap402i.arc / NETLIB.KEY < prev    next >
Text File  |  1990-09-07  |  5KB  |  194 lines

  1. *---------------------------------------------------------*
  2. * This is a KEYWORD file for the SNAP! system.            *
  3. *---------------------------------------------------------*
  4. *
  5. * It contains a list of all NetLib [tm] key words to be
  6. * capitalized by SNAP!
  7. *
  8. * The format of this file is as follows:
  9. *     One key word per line
  10. *     Order doesn't matter [e.g., they don't have to
  11. *                          be alphabetized]
  12. *     Capitalization doesn't matter
  13. *
  14. *
  15. *---------------------------------------------------------*
  16. *    [*]                                                  *
  17. *    Lines or words beginning with an astrisk are         *
  18. *    comments and are ignored by SNAP!.  Blank lines      *
  19. *    are also ignored.                                    *
  20. *---------------------------------------------------------*
  21. *
  22. *---------------------------------------------------------*
  23. *    [!]                                                  *
  24. *    Words beginning with an exclamation mark are         *
  25. *    capitalized but NOT cross-referenced, even when      *
  26. *    you choose to cross-reference key words.             *
  27. *---------------------------------------------------------*
  28. *
  29. *---------------------------------------------------------*
  30. *    [@]                                                  *
  31. *    Words beginning with an AT sign are always cross-    *
  32. *    referenced, even if you do not ask for key words     *
  33. *    to be cross-referenced.                              *
  34. *---------------------------------------------------------*
  35. *
  36. *---------------------------------------------------------*
  37. *    [%]                                                  *
  38. *    Words beginning with a percent sign are not cross-   *
  39. *    referenced or capitalized.                           *
  40. *---------------------------------------------------------*
  41. *
  42. *---------------------------------------------------------*
  43. *    [()]                                                 *
  44. *    Words ending with parentheses are functions.  Only   *
  45. *    the first letter will be capitalized.  All other     *
  46. *    flags override this one.  Functions are not affected *
  47. *    by key word expansion or compression.                *
  48. *---------------------------------------------------------*
  49. *
  50. *---------------------------------------------------------*
  51. *   All of the key words in this file are for NetLib by   *
  52. *   Communication Horizans.  Since NetLib is a function   *
  53. *   library all of the key words end with parentheses.    *
  54. *                                                         *
  55. *   If you would prefer that these key words be treated   *
  56. *   differently by SNAP! you will need to change the      *
  57. *   flags manually.                                       *
  58. *---------------------------------------------------------*
  59. *
  60. *   NetLib is a registered trade mark of Communication Horizons.
  61. *
  62. *---------------------------------------------------------*
  63. *        Beginning of NetLib keywords for SNAP!           *
  64. *---------------------------------------------------------*
  65. ASC1()
  66. ASC2()
  67. ASC4()
  68. ASC8()
  69. CHR1()
  70. CHR2()
  71. CHR4()
  72. CHR8()
  73. N_ADDR()
  74. N_APPEND()
  75. N_BANNER()
  76. N_CHECKF()
  77. N_CHECKR()
  78. N_CHECKS()
  79. N_CHECKU()
  80. N_CHKSUM()
  81. N_CLASS()
  82. N_CODELVL()
  83. N_CONNECT()
  84. N_COPIES()
  85. N_DATE()
  86. N_DEBUG()
  87. N_DBF()
  88. N_DBT()
  89. N_DECODE()
  90. N_DECODEST()
  91. N_DISCON()
  92. N_ENCODE()
  93. N_ENCODEST()
  94. N_EXCL()
  95. N_FATTR()
  96. N_FCOPY()
  97. N_FDRIVE()
  98. N_FEXT()
  99. N_FMAP()
  100. N_FNAME()
  101. N_FPATH()
  102. N_FSPEC()
  103. N_FULLNAME()
  104. N_FVOL()
  105. N_GATHER()
  106. N_HANDLES()
  107. N_HOT()
  108. N_INDEX()
  109. N_ISEXCL()
  110. N_ISFLOCK()
  111. N_ISRLOCK()
  112. N_ISSLOCK()
  113. N_JOURNAL()
  114. N_LOGMSG()
  115. N_MLOCK()
  116. N_NDX()
  117. N_PRINTER()
  118. N_PRTSC()
  119. N_READONLY()
  120. N_READY()
  121. N_RECCON()
  122. N_RECV()
  123. N_REDIRECT()
  124. N_REREAD()
  125. N_RESTATTR()
  126. N_RIGHTS()
  127. N_SAVEATTR()
  128. N_SCATTER()
  129. N_SECONDS()
  130. N_SELECTUP()
  131. N_SEND()
  132. N_SERVER()
  133. N_SETKEY()
  134. N_SETTIME()
  135. N_SLOCK()
  136. N_SOFTSCR()
  137. N_SPLCPL()
  138. N_SPLFLUSH()
  139. N_SPLFRM()
  140. N_SPLLPP()
  141. N_SPLLPT()
  142. N_SPLNOFF()
  143. N_SPLQUE()
  144. N_SPLRESET()
  145. N_SPLSETUP()
  146. N_SPLSRV()
  147. N_SPLTAPS()
  148. N_SPLTMO()
  149. N_SPLUSER()
  150. N_SPOOL()
  151. N_STAMAX()
  152. N_STANUM()
  153. N_SUNLOCK()
  154. N_TIME()
  155. N_UNGATHER()
  156. N_USE()
  157. N_WHERE()
  158. N_WHOAMI()
  159. *---------------------------------------------------------*
  160. *             NetLib Journalling functions                *
  161. *---------------------------------------------------------*
  162. J_COMMENT()
  163. J_LOG()
  164. J_START()
  165. J_STATUS()
  166. J_STOP()
  167. J_TRANS()
  168. JNL_CONCAT()
  169. JNL_CREATE()
  170. JNL_INIT()
  171. JNL_PARSE()
  172. JNL_PUBLIC()
  173. JNL_RECOV()
  174. JNL_TYPE()
  175. *---------------------------------------------------------*
  176. * NetLib Transaction Tracking System interface functions  *
  177. *---------------------------------------------------------*
  178. T_ROLLBACK()
  179. T_START()
  180. T_STATUS()
  181. T_STOP()
  182. T_TRANS()
  183. *---------------------------------------------------------*
  184. *   Some older NetLib function names for compatibility.   *
  185. *---------------------------------------------------------*
  186. N_CHECK()
  187. N_EXTEND()
  188. N_FTRANS()
  189. N_FSHARE()
  190. N_MOVE_2()
  191. *---------------------------------------------------------*
  192. *      END OF NETLIB FUNCTION KEYWORD FILE FOR SNAP!      *
  193. *---------------------------------------------------------*
  194.